time complexity 뜻
- 시간 복잡도
- time: noun, 시간, 때, 세월, 기간, 시각, 시,
- complexity: noun, 복잡성, 복잡한 것
- bpp (complexity): 유계오차 확률적 다항시간
- circuit complexity: 회로 복잡도
- complexity class: 복잡도 종류
- complexity classes: 복잡도 종류 복잡도 종류
- ip (complexity): IP (복잡도)
- irreducible complexity: 환원 불가능한 복잡성
- kolmogorov complexity: 콜모고로프 복잡도
- l (complexity): L (복잡도)
- nc (complexity): NC (복잡도)
- nl (complexity): NL (복잡도)
- np (complexity): NP (복잡도)
- p (complexity): P (복잡도)
- ph (complexity): PH (복잡도)
예문
- Time complexity From Wikipedia, the free encyclopedia
위키백과, 우리 모두의 백과사전. - Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, where an elementary operation takes a fixed amount of time to perform.
시간 복잡도는 기본적인 연산을 수행하는데에 어떤 고정된 시간이 걸릴 때, 알고리즘에 의해서 수행되는 기본 연산의 개수를 세어 예측할 수 있다.